Vcenter Lcm Deployment Common Connection
The Vcenter Lcm Deployment Common Connection schema contains information used to connect to a vCenter or ESXi.
This schema was added in vSphere API 9.0.0.0.
{
"hostname": "string",
"username": "string",
"password": "string",
"https_port": 0,
"ssl_verify": false,
"certificate": "string"
}
The IP address or DNS resolvable name of the ESX/VC host. If a DNS resolvable name is provided, it must be resolvable from the source appliance.
This property was added in vSphere API 9.0.0.0.
A username with administrative privileges on the ESX/VC host.
This property was added in vSphere API 9.0.0.0.
The password of the Vcenter Lcm Deployment Common Connection.username on the ESX/VC host.
This property was added in vSphere API 9.0.0.0.
The port number for the ESX/VC.
This property was added in vSphere API 9.0.0.0.
If missing or null, defaults to 443
A flag to indicate whether the ssl verification is required.
This property was added in vSphere API 9.0.0.0.
If missing or null, defaults to True
Certificate to verify the target host location. The value should be the x509 leaf certificate encoded in PEM format. Only if ssl_verify is true and this field is provided will be used for SSL validation.
This property was added in vSphere API 9.0.0.0.
If set will be used for SSL validation.